reflect.rtype.Kind (method, view implemented interface methods)
24 uses
reflect (current package)
map_swiss.go#L23: if t.Kind() != Map {
type.go#L592: k := t.Kind()
type.go#L603: func (t *rtype) Kind() Kind { return Kind(t.t.Kind()) }
type.go#L614: if t.Kind() == Interface {
type.go#L622: if t.Kind() == Interface {
type.go#L656: if t.Kind() == Interface {
type.go#L726: if t.Kind() != Chan {
type.go#L750: if t.Kind() != Struct {
type.go#L758: if t.Kind() != Struct {
type.go#L766: if t.Kind() != Struct {
type.go#L774: if t.Kind() != Struct {
type.go#L782: if t.Kind() != Array {
type.go#L790: if t.Kind() != Struct {
type.go#L798: if t.Kind() != Func {
type.go#L806: if t.Kind() != Func {
type.go#L814: if t.Kind() != Func {
type.go#L822: if t.Kind() != Func {
type.go#L830: if t.Kind() != Func {
type.go#L838: k := t.Kind()
type.go#L849: k := t.Kind()
type.go#L860: k := t.Kind()
type.go#L871: k := t.Kind()
type.go#L882: switch t.Kind() {
type.go#L910: switch t.Kind() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)